@eth-optimism/tokenlist 7.3.41 → 7.3.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-35e9b990.d.ts → optimism.tokenlist-3a5d95eb.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Superchain Token List
|
|
2
2
|
|
|
3
|
-
The Superchain token list is used as the source of truth for the [Optimism bridge UI](https://app.optimism.io/bridge) and [Base bridge UI](https://bridge.base.org/deposit) which are the main
|
|
3
|
+
The Superchain token list is used as the source of truth for the [Optimism bridge UI](https://app.optimism.io/bridge) and [Base bridge UI](https://bridge.base.org/deposit) which are the main interfaces for moving assets between Layer 1 and Layer 2.
|
|
4
|
+
|
|
5
|
+
It is worth noting that the Superchain Token List makes a distinction between token deployment / bridging and list curation. Tokens can be deployed / bridged in a permissionless manner, [anyone can deploy / bridge a token](https://github.com/ethereum-optimism/optimism-tutorial/tree/01e4f94fa2671cfed0c6c82257345f77b3b858ef/standard-bridge-standard-token) on the Superchain. The Superchain Token List is a curated list of tokens and is managed by the maintainers of this repo.
|
|
4
6
|
|
|
5
7
|
## Review process and merge criteria
|
|
6
8
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-04-
|
|
44
|
+
var timestamp = "2023-04-29T00:10:11.319Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2314,6 +2314,58 @@ var tokens = [
|
|
|
2314
2314
|
opTokenId: "RGT"
|
|
2315
2315
|
}
|
|
2316
2316
|
},
|
|
2317
|
+
{
|
|
2318
|
+
chainId: 1,
|
|
2319
|
+
address: "0xD33526068D116cE69F19A9ee46F0bd304F21A51f",
|
|
2320
|
+
name: "Rocket Pool Protocol",
|
|
2321
|
+
symbol: "RPL",
|
|
2322
|
+
decimals: 18,
|
|
2323
|
+
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
2324
|
+
extensions: {
|
|
2325
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2326
|
+
opListId: "extended",
|
|
2327
|
+
opTokenId: "RPL"
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
chainId: 10,
|
|
2332
|
+
address: "0xC81D1F0EB955B0c020E5d5b264E1FF72c14d1401",
|
|
2333
|
+
name: "Rocket Pool Protocol",
|
|
2334
|
+
symbol: "RPL",
|
|
2335
|
+
decimals: 18,
|
|
2336
|
+
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
2337
|
+
extensions: {
|
|
2338
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2339
|
+
opListId: "extended",
|
|
2340
|
+
opTokenId: "RPL"
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
chainId: 5,
|
|
2345
|
+
address: "0x5e932688E81a182e3dE211dB6544F98b8e4f89C7",
|
|
2346
|
+
name: "Rocket Pool Protocol",
|
|
2347
|
+
symbol: "RPL",
|
|
2348
|
+
decimals: 18,
|
|
2349
|
+
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
2350
|
+
extensions: {
|
|
2351
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
2352
|
+
opListId: "extended",
|
|
2353
|
+
opTokenId: "RPL"
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
chainId: 420,
|
|
2358
|
+
address: "0xa00E3A3511aAC35cA78530c85007AFCd31753819",
|
|
2359
|
+
name: "Rocket Pool Protocol",
|
|
2360
|
+
symbol: "RPL",
|
|
2361
|
+
decimals: 18,
|
|
2362
|
+
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
2363
|
+
extensions: {
|
|
2364
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2365
|
+
opListId: "extended",
|
|
2366
|
+
opTokenId: "RPL"
|
|
2367
|
+
}
|
|
2368
|
+
},
|
|
2317
2369
|
{
|
|
2318
2370
|
chainId: 1,
|
|
2319
2371
|
address: "0x7697b462a7c4ff5f8b55bdbc2f4076c2af9cf51a",
|
|
@@ -3362,7 +3414,7 @@ var tokens = [
|
|
|
3362
3414
|
var version = {
|
|
3363
3415
|
major: 7,
|
|
3364
3416
|
minor: 3,
|
|
3365
|
-
patch:
|
|
3417
|
+
patch: 43
|
|
3366
3418
|
};
|
|
3367
3419
|
var optimism_tokenlist_default = {
|
|
3368
3420
|
name,
|