Skip to content

Commit 4eda68b

Browse files
authored
Merge pull request #59 from ampleforth/token-upgrade
Removed approval requirement cross chain transfers from sat chains
2 parents 33188df + 4486a95 commit 4eda68b

File tree

14 files changed

+1633
-84
lines changed

14 files changed

+1633
-84
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ coverage.json
7373
coverage/
7474
coverageEnv/
7575

76-
.openzeppelin
77-
7876
yarn-error.log
7977

8078

@@ -98,3 +96,6 @@ sdk/deployments/geth*.json
9896
console.js
9997

10098
.DS_Store
99+
100+
101+
flattened

.openzeppelin/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
rinkeby.json
2+
goerli.json
3+
unknown-31337.json
4+
unknown-421611.json
5+
unknown-97.json
6+
unknown-80001.json

.openzeppelin/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Chains
2+
3+
Deployed production config files which have been checked in
4+
5+
```
6+
ethereum -> 1
7+
bsc -> 56
8+
polygon -> 137
9+
avax_cchain -> 43114
10+
meter -> 82
11+
```

0 commit comments

Comments
 (0)