@eth-optimism/tokenlist 8.3.145 → 8.3.146
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/dist/index.d.ts +1 -1
- package/dist/index.js +40 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-9cc47e24.d.ts → optimism.tokenlist-486534c2.d.ts} +40 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +40 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +40 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-08-
|
|
9
|
+
var timestamp = "2023-08-25T18:38:28.614Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2994,6 +2994,44 @@ var tokens = [
|
|
|
2994
2994
|
opTokenId: "PHTK"
|
|
2995
2995
|
}
|
|
2996
2996
|
},
|
|
2997
|
+
{
|
|
2998
|
+
chainId: 1,
|
|
2999
|
+
address: "0x76ff2AB6b34142421F44A68cC8Dd08f45F9Ee2F2",
|
|
3000
|
+
name: "PIP",
|
|
3001
|
+
symbol: "PIP",
|
|
3002
|
+
decimals: 9,
|
|
3003
|
+
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3004
|
+
extensions: {
|
|
3005
|
+
opListId: "extended",
|
|
3006
|
+
opTokenId: "PIP"
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
chainId: 5,
|
|
3011
|
+
address: "0x9B5Bbb80f2B2F9EdB997e4A9AF9D54E27E9E089f",
|
|
3012
|
+
name: "PIP",
|
|
3013
|
+
symbol: "PIP",
|
|
3014
|
+
decimals: 9,
|
|
3015
|
+
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3016
|
+
extensions: {
|
|
3017
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
3018
|
+
opListId: "extended",
|
|
3019
|
+
opTokenId: "PIP"
|
|
3020
|
+
}
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
chainId: 420,
|
|
3024
|
+
address: "0x8be06e6ed3eb7121a42fc710b2bf16e83227ab97",
|
|
3025
|
+
name: "PIP",
|
|
3026
|
+
symbol: "PIP",
|
|
3027
|
+
decimals: 9,
|
|
3028
|
+
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3029
|
+
extensions: {
|
|
3030
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3031
|
+
opListId: "extended",
|
|
3032
|
+
opTokenId: "PIP"
|
|
3033
|
+
}
|
|
3034
|
+
},
|
|
2997
3035
|
{
|
|
2998
3036
|
chainId: 8453,
|
|
2999
3037
|
address: "0x7C34073C56285944F9A5384137186abFAe1C3bf0",
|
|
@@ -5058,7 +5096,7 @@ var tokens = [
|
|
|
5058
5096
|
var version = {
|
|
5059
5097
|
major: 8,
|
|
5060
5098
|
minor: 3,
|
|
5061
|
-
patch:
|
|
5099
|
+
patch: 146
|
|
5062
5100
|
};
|
|
5063
5101
|
var optimism_tokenlist_default = {
|
|
5064
5102
|
name,
|