Skip to content

Commit 80a29f2

Browse files
committed
add env obj with https of infura and alchemy
1 parent 721037c commit 80a29f2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/agent/common/env.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export const env = {
2+
homestead: '',
3+
ropsten: '',
4+
arbMainnet: '',
5+
arbRinkeby: '',
6+
polygonMumbai: '',
7+
}

0 commit comments

Comments
 (0)